type compress/flate.deflateFast
8 uses
compress/flate (current package)
deflate.go#L90: bestSpeed *deflateFast // Encoder for BestSpeed
deflatefast.go#L57: type deflateFast struct {
deflatefast.go#L63: func newDeflateFast() *deflateFast {
deflatefast.go#L64: return &deflateFast{cur: maxStoreBlockSize, prev: make([]byte, 0, maxStoreBlockSize)}
deflatefast.go#L69: func (e *deflateFast) encode(dst []token, src []byte) []token {
deflatefast.go#L211: func (e *deflateFast) matchLen(s, t int32, src []byte) int32 {
deflatefast.go#L270: func (e *deflateFast) reset() {
deflatefast.go#L286: func (e *deflateFast) shiftOffsets() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)